home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / editor / hsc.rea < prev    next >
Text File  |  1996-01-16  |  2KB  |  51 lines

  1. Short:    HTML preprocessor (v0.9.6)
  2. Author:   Thomas Aglassinger (agi@sbox.tu-graz.ac.at)
  3. Uploader: Thomas Aglassinger (agi@sbox.tu-graz.ac.at)
  4. Type:     text/hyper
  5.  
  6.  
  7. hsc ( v0.9.6,  12-Jan-1996 )
  8.  
  9.   This is a developer tool for HTML projects.
  10.  
  11.   It can be used on any HTML-file and creates a new HTML-file
  12.   as output. It's mainly intended to create and maintain larger
  13.   HTML-projects. As a CLI-only tool, it can be used with 'make'.
  14.  
  15.   hsc is *not* a tool to make HTML easier for beginners.
  16.  
  17.   It's a tool to make HTML a bit less painful and braindamaged
  18.   for people who already know how to work with it.
  19.  
  20.   Freeware, distributed under GNU GPL; Documentation in HTML.
  21.   ANSI-C source code included.
  22.  
  23. FEATURES:
  24.  
  25.   o adds some special tags, for example
  26.     o include files (also sources)
  27.     o insert current time
  28.     o execute shell commands during conversion
  29.   o lets you define macro-tags
  30.   o conditional conversion (if/else)
  31.   o simple expressions can be passed as values to attributes
  32.     (like string concatenation, string comparison or import of
  33.     environment variables)
  34.   o for local links, checks if file exists
  35.   o supports absolute URIs (relative to root-directory of project)
  36.   o replaces special characters by its entities
  37.   o strips comments and specified tags
  38.   o strips tags with external reference (nonet-version)
  39.   o evaluates attributes for image size
  40.   o performs a (small) syntax- and structure check
  41.   o preferences for HTML 2.0 included (rather a bug than a feature)
  42.  
  43. NOTE:
  44.  
  45.   This is not a "version 1.0".
  46.  
  47.  
  48. AUTHOR:
  49.  
  50.   Thomas Aglassinger (agi@sbox.tu-graz.ac.at)
  51.